AiSumTotal

 

The 'AiSumTotal' function returns the current value of AI tag.

 

double @AiSumTotal(string tag);

 

Parameters

string tag : Name of AI Memory tag.

 

Return Value

Total integration value.

 

Example

value = @AiSumTotal("ai00");

Description : The total integration value of AI tag named 'ai00' is stored in the variable named 'value'.